Method FindNodes<TProps>(ITreeRedbObject<TProps>, Func<ITreeRedbObject<TProps>, bool>)

Assembly: redb.Core.dll

Find nodes by predicate in typed tree.

public static IEnumerable<ITreeRedbObject<TProps>> FindNodes<TProps>(this ITreeRedbObject<TProps> root, Func<ITreeRedbObject<TProps>, bool> predicate) where TProps : class, new()